projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03fbf5
)
(x_draw_stretch_glyph_string): Don't draw background
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 2 May 2001 11:12:42 +0000
(11:12 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 2 May 2001 11:12:42 +0000
(11:12 +0000)
again if it has already been drawn.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 118c1261ee93ad7a890a31f02d8772e7b3f079dd..166ffc48adcbaf852d9b5f5dcefb11b28c09b285 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4408,7
+4408,7
@@
x_draw_stretch_glyph_string (s)
}
}
}
- else
+ else
if (!s->background_filled_p)
x_draw_glyph_string_bg_rect (s, s->x, s->y, s->background_width,
s->height);